home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
kcl
/
akcl
/
akcl1615.lha
/
h
/
mp386.defs
< prev
next >
Wrap
Text File
|
1991-03-19
|
622b
|
31 lines
LBINDIR=/usr/local/bin
SHELL=/bin/sh
OFLAG = -O
LIBS = -lm -lg
# define this to be empty if you want to save space
ODIR_DEBUG= -g
# For various system V 386 machines.
CC = gcc -fwritable-strings -msoft-float -DVOL=volatile -I$(AKCLDIR)/o
MAINDIR = /usr2/wfs/kcl
CFLAGS = -c $(DEFS) -I../h
# The fast loading currently works for ATT and BSD with 68000 or 386
# architectures. Unless you have these, leave these undefined.
RSYM = rsym
SFASL = $(ODIR)/sfasl.o
MPFILES= $(MPDIR)/mpi-386.o $(MPDIR)/libmport.a
# When using SFASL it is good to have (si::build-symbol-table)
INITFORM=(si::build-symbol-table)